Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElementCollection Class / AddRange Method / AddRange(IEnumerable<SvgElement>) Method

In This Topic
    AddRange(IEnumerable<SvgElement>) Method
    In This Topic
    Adds the elements of the specified collection to the end of the SvgElementCollection.
    Syntax
    'Declaration
     
    Public Overloads Sub AddRange( _
       ByVal collection As System.Collections.Generic.IEnumerable(Of SvgElement) _
    ) 
    public void AddRange( 
       System.Collections.Generic.IEnumerable<SvgElement> collection
    )

    Parameters

    collection
    See Also